From 0889dc49ab5a69b694e5bc8b699e5811a3128a73 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Thu, 3 Jan 2008 06:44:43 +0000 Subject: [PATCH] * time-stamp.el (time-stamp-time-zone): Add safe-local-variable property. --- lisp/time-stamp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index 7316e6db75a..82a52310369 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el @@ -128,7 +128,7 @@ Format is the same as that used by the environment variable TZ on your system." :type '(choice (const nil) string) :group 'time-stamp :version "20.1") - +;;;###autoload(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) ;;; Do not change time-stamp-line-limit, time-stamp-start, ;;; time-stamp-end, time-stamp-pattern, time-stamp-inserts-lines, -- 2.30.2